home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gTREndGame, gTRButtInhibit
- set vMouse to point(the mouseH, the mouseV)
- set vHotSpot to rect(400, 255, 500, 287)
- if inside(vMouse, vHotSpot) then
- set gTRButtInhibit to 1
- end if
- set the castNum of sprite 47 to the number of cast "EnterButton"
- updateStage()
- if the mouseCast = the number of cast "EnterButton" then
- if TestNameLength() then
- EnterNewChamps()
- MakeChampList()
- set the visible of sprite 45 to 0
- if not gTREndGame then
- StartNewGame()
- else
- go("StopGame")
- end if
- end if
- end if
- end
-